home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)Z / (A)Z9.ADF / Jive / readme < prev    next >
Text File  |  1989-07-06  |  884b  |  30 lines

  1. (** NOTE:  Jive needs to be run from the CLI **)
  2.  
  3. 'jive' is a program that translates text from standard English
  4. to street English.  It takes input from the standard input, (the
  5. keyboard) and sends it to the standard output.
  6.  
  7. This means if you enter just the program name at the CLI prompt:
  8.  
  9. 1> jive
  10.  
  11. The program will wait for you to enter a line of text.  Type
  12. a sentence, and press RETURN.  The sentence will be translated.
  13.  
  14. To leave the program, enter control-\, by holding down the CTRL
  15. key, then pressing \, and releasing the CTRL key.
  16.  
  17. Alternately, re-direct a file of text to the program, and watch
  18. the translated text on the standard output, the screen:
  19.  
  20. 1> jive < sample.txt
  21.  
  22.  
  23. Or, re-direct both the standard input and output, taking the input
  24. from a file, and sending it to another:
  25.  
  26. 1> jive < sample.txt > street.txt
  27.  
  28.  
  29. From Fred Fish disk 46.  Documentation by John Foust.
  30.